projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ee697a
)
Fix list handling in gdk_x1_display_init_input
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 3 Jan 2011 02:40:49 +0000
(21:40 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 3 Jan 2011 02:41:30 +0000
(21:41 -0500)
Pointed out in bug 638386.
gdk/x11/gdkdisplay-x11.c
patch
|
blob
|
history
diff --git
a/gdk/x11/gdkdisplay-x11.c
b/gdk/x11/gdkdisplay-x11.c
index 37512e7bae562f6bd24651189babc64fb1bbad24..a2313322254841a5b82f0faa0cd9a992af32e260 100644
(file)
--- a/
gdk/x11/gdkdisplay-x11.c
+++ b/
gdk/x11/gdkdisplay-x11.c
@@
-1152,7
+1152,7
@@
gdk_x11_display_init_input (GdkDisplay *display)
for (l = list; l; l = l->next)
{
- device = l
ist
->data;
+ device = l->data;
if (gdk_device_get_source (device) != GDK_SOURCE_MOUSE)
continue;